home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TITEMPROPERTIESDIALOG / TITEMPROPERTIESDIALOG.txt
Text File  |  2002-06-30  |  1KB  |  90 lines

  1. object ItemPropertiesDialog: TItemPropertiesDialog
  2.   Tag = 430
  3.   Left = 367
  4.   Top = 213
  5.   BorderStyle = bsDialog
  6.   Caption = 'Item properties'
  7.   ClientHeight = 178
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 257
  19.     Height = 121
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Tag = 431
  24.     Left = 20
  25.     Top = 24
  26.     Width = 31
  27.     Height = 13
  28.     Caption = 'Name:'
  29.   end
  30.   object Label2: TLabel
  31.     Tag = 432
  32.     Left = 20
  33.     Top = 48
  34.     Width = 35
  35.     Height = 13
  36.     Caption = 'Cluster:'
  37.   end
  38.   object Label3: TLabel
  39.     Tag = 433
  40.     Left = 20
  41.     Top = 72
  42.     Width = 23
  43.     Height = 13
  44.     Caption = 'Size:'
  45.   end
  46.   object OKBtn: TButton
  47.     Tag = 434
  48.     Left = 55
  49.     Top = 144
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.   end
  57.   object CancelBtn: TButton
  58.     Tag = 435
  59.     Left = 135
  60.     Top = 144
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.   end
  68.   object EditName: TEdit
  69.     Left = 96
  70.     Top = 20
  71.     Width = 160
  72.     Height = 21
  73.     TabOrder = 2
  74.   end
  75.   object EditCluster: TEdit
  76.     Left = 96
  77.     Top = 44
  78.     Width = 160
  79.     Height = 21
  80.     TabOrder = 3
  81.   end
  82.   object EditSize: TEdit
  83.     Left = 96
  84.     Top = 68
  85.     Width = 160
  86.     Height = 21
  87.     TabOrder = 4
  88.   end
  89. end
  90.